|
In the field of numerical simulation methods, meshfree methods are those that do not require that a mesh connect data points of the simulation domain. Meshfree methods enable the simulation of some otherwise difficult types of problems, at the cost of extra computing time and programming effort. ==Motivation== Numerical methods such as the finite difference method, finite-volume method, and finite element method were originally defined on meshes of data points. In such a mesh, each point has a fixed number of predefined neighbors, and this connectivity between neighbors can be used to define mathematical operators like the derivative. These operators are then used to construct the equations to simulate—such as the Euler equations or the Navier–Stokes equations. But in simulations where the material being simulated can move around (as in computational fluid dynamics) or where large deformations of the material can occur (as in simulations of plastic materials), the connectivity of the mesh can be difficult to maintain without introducing error into the simulation. If the mesh becomes tangled or degenerate during simulation, the operators defined on it may no longer give correct values. The mesh may be recreated during simulation (a process called remeshing), but this can also introduce error, since all the existing data points must be mapped onto a new and different set of data points. Meshfree methods are intended to remedy these problems. Meshfree methods are also useful for: * Simulations where creating a useful mesh from the geometry of a complex 3D object may be especially difficult or require human assistance * Simulations where nodes may be created or destroyed, such as in cracking simulations * Simulations where the problem geometry may move out of alignment with a fixed mesh, such as in bending simulations * Simulations containing nonlinear material behavior, discontinuities or singularities 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Meshfree methods」の詳細全文を読む スポンサード リンク
|